Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with src repo #5

Merged
merged 284 commits into from
Nov 2, 2023
Merged

Sync with src repo #5

merged 284 commits into from
Nov 2, 2023

Conversation

istoril
Copy link
Collaborator

@istoril istoril commented Nov 2, 2023

GitHub keywords to close any associated issues

Motivation

Why we should merge these changes. If using GitHub keywords to close issues, this is optional as the motivation can be read on the issue page.

Changelog

Enhancements

Things you added that don't break anything. Regression tests for Bug Fixes count as Enhancements.

Bug Fixes

Things you changed that fix bugs. If a fixes a bug, but in so doing adds a new requirement, removes code, or requires a database reset and reindex, the breaking part of the change should be added to Incompatible Changes below also.

Incompatible Changes

Things you broke while doing Enhancements and Bug Fixes. Breaking changes include (1) adding new requirements and (2) removing code. Renaming counts as (2) because a rename is a removal followed by an add.

Upgrading

If you have any Incompatible Changes in the above Changelog, outline how users of prior versions can upgrade once this PR lands or when reviewers are testing locally. A common upgrading step is "Database reset and re-index required".

Checklist for your Pull Request (PR)

vbaranov and others added 30 commits September 28, 2023 12:36
…-template-to-footer

Apply new issue template to the footer
…_yarn/apps/block_scout_web/assets/get-func-name-2.0.2

Bump get-func-name from 2.0.0 to 2.0.2 in /apps/block_scout_web/assets
…efly-51dfe7f

Bump briefly from `678a376` to `51dfe7f`
…c-data

Get historical market cap data from CoinGecko
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.30...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [photoswipe](https://github.com/dimsemenov/Photoswipe) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/dimsemenov/Photoswipe/releases)
- [Commits](dimsemenov/PhotoSwipe@v5.4.1...v5.4.2)

---
updated-dependencies:
- dependency-name: photoswipe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/apps/block_scout_web/assets/photoswipe-5.4.2

Bump photoswipe from 5.4.1 to 5.4.2 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/postcss-8.4.31

Bump postcss from 8.4.30 to 8.4.31 in /apps/block_scout_web/assets
Bumps [hackney](https://github.com/benoitc/hackney) from 1.18.1 to 1.19.1.
- [Release notes](https://github.com/benoitc/hackney/releases)
- [Changelog](https://github.com/benoitc/hackney/blob/master/NEWS.md)
- [Commits](benoitc/hackney@1.18.1...1.19.1)

---
updated-dependencies:
- dependency-name: hackney
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to 6.8.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v5.2.7...v6.8.1)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [web3](https://github.com/ChainSafe/web3.js) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/v1.10.2/CHANGELOG.md)
- [Commits](web3/web3.js@v1.10.0...v1.10.2)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.32.2 to 3.33.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/apps/block_scout_web/assets/css-loader-6.8.1

Bump css-loader from 5.2.7 to 6.8.1 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/web3-1.10.2

Bump web3 from 1.10.0 to 1.10.2 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/core-js-3.33.0

Bump core-js from 3.32.2 to 3.33.0 in /apps/block_scout_web/assets
vbaranov and others added 29 commits October 27, 2023 18:26
…eTasks (blockscout#8728)

* Remove repos_list (default value for repos, which are defined anyways) from Explorer.ReleaseTasks

* Add CHANGELOG entry
* Fix flaky account notifier test

* Update CHANGELOG.md
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/apps/block_scout_web/assets/browserify-sign-4.2.2

Bump browserify-sign from 4.2.1 to 4.2.2 in /apps/block_scout_web/assets
Bumps [solc](https://github.com/ethereum/solc-js) from 0.8.21 to 0.8.22.
- [Commits](ethereum/solc-js@v0.8.21...v0.8.22)

---
updated-dependencies:
- dependency-name: solc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) from 4.4.2 to 4.4.3.
- [Changelog](https://github.com/phoenixframework/phoenix_ecto/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_ecto@v4.4.2...v4.4.3)

---
updated-dependencies:
- dependency-name: phoenix_ecto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tesla](https://github.com/teamon/tesla) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [floki](https://github.com/philss/floki) from 0.35.1 to 0.35.2.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
- [Commits](philss/floki@v0.35.1...v0.35.2)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.1 to 3.33.2.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.2/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.7.32 to 11.9.0.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.7.32...v11.9.0)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 to 1.69.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.4...1.69.5)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/apps/block_scout_web/assets/sweetalert2-11.9.0

Bump sweetalert2 from 11.7.32 to 11.9.0 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/core-js-3.33.2

Bump core-js from 3.33.1 to 3.33.2 in /apps/block_scout_web/assets
…_yarn/apps/explorer/solc-0.8.22

Bump solc from 0.8.21 to 0.8.22 in /apps/explorer
…_yarn/apps/block_scout_web/assets/sass-1.69.5

Bump sass from 1.69.4 to 1.69.5 in /apps/block_scout_web/assets
…enix_ecto-4.4.3

Bump phoenix_ecto from 4.4.2 to 4.4.3
…ki-0.35.2

Bump floki from 0.35.1 to 0.35.2
…ansaction-error

Fix internal transaction error
…r-nft-migrator

Add TOKEN_INSTANCE_OWNER_MIGRATION_ENABLED env
…safe-proxy

Gnosis safe proxy via singleton input
Fix for tvl update in market history when row already exists
@istoril istoril merged commit 102688e into cryptonomic0n Nov 2, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants